home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / Patch02-PDFCreator-0_8_0.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-10-30  |  2.4 KB  |  51 lines

  1. ;InnoSetupVersion=4.2.1
  2. [Setup]
  3. AppName=PDFCreator
  4. AppVerName=PDFCreator 0.8.0
  5. AppId={0001B4FD-9EA3-4D90-A79E-FD14BA3AB01D}
  6. AppPublisher=Philip Chinery, Frank Heind
  7. AppPublisherURL=http://www.pdfcreator.de.vu
  8. AppSupportURL=http://www.pdfcreator.de.vu
  9. AppUpdatesURL=http://www.pdfcreator.de.vu
  10. DefaultDirName={reg:HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{{0001B4FD-9EA3-4D90-A79E-FD14BA3AB01D%7d,Inno Setup: App Path|{pf}\PDFCreator}
  11. DefaultGroupName=PDFCreator
  12. OutputBaseFilename=Patch02-PDFCreator-0_8_0
  13. Compression=lzma
  14. DisableDirPage=yes
  15. ChangesAssociations=yes
  16. LicenseFile=embedded\License.rtf
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\PDFCreator.exe"; DestDir: "{app}"; Flags: comparetimestamp 
  21. Source: "{app}\languages\TransTool.exe"; DestDir: "{app}\languages"; Flags: comparetimestamp 
  22. Source: "{app}\UnInst.exe"; DestDir: "{app}"; Flags: comparetimestamp 
  23. Source: "{sys}\PDFSpooler.exe"; DestDir: "{sys}"; Flags: comparetimestamp 
  24. [Registry]
  25. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{{0001B4FD-9EA3-4D90-A79E-FD14BA3AB01D}"; ValueName: "Patchlevel"; ValueType: Dword; ValueData: "$2"; Flags: uninsdeletevalue 
  26. [UninstallRun]
  27. Filename: "{app}\PDFCreator.exe"; Parameters: "-NSTRUE"; WorkingDir: "{app}"; 
  28. [CustomMessages]
  29. English.AdditionalIcons=Additional icons:
  30. English.CreateDesktopIcon=Create a &desktop icon
  31. English.CreateQuickLaunchIcon=Create a &Quick Launch icon
  32. English.ProgramOnTheWeb=%1 on the Web
  33. English.UninstallProgram=Uninstall %1
  34. English.LaunchProgram=Launch %1
  35. English.AssocFileExtension=&Associate %1 with the %2 file extension
  36. English.AssocingFileExtension=Associating %1 with the %2 file extension...
  37. German.AdditionalIcons=Zus
  38. tzliche Symbole:
  39. German.CreateDesktopIcon=&Desktop-Symbol anlegen
  40. German.CreateQuickLaunchIcon=Symbol in der Schnellstartleiste anlegen
  41. German.ProgramOnTheWeb=%1 im Internet
  42. German.UninstallProgram=%1 entfernen
  43. German.LaunchProgram=%1 starten
  44. German.AssocFileExtension=&Registriere %1 mit der %2-Dateierweiterung
  45. German.AssocingFileExtension=%1 wird mit der %2-Dateierweiterung registriert...
  46. [Languages]
  47. ; These files are stubs
  48. ; To achieve better results after recompilation, use the real language files
  49. Name: "English"; MessagesFile: "embedded\English.isl"; 
  50. Name: "German"; MessagesFile: "embedded\German.isl"; 
  51.